home *** CD-ROM | disk | FTP | other *** search
/ ftp.ncsa.uiuc.edu / ftp.ncsa.uiuc.edu.zip / ftp.ncsa.uiuc.edu / DataScope / DataScope2.0.3.sit.hqx / DataScope2.0.3.rsrc / HTXT_19_.....Load Text_ < prev    next >
Text File  |  1993-11-02  |  474b  |  26 lines

  1. 
  2. A text file is loaded into DataScope as a data file.
  3. The format is 
  4. 
  5. nrows    ncols
  6. max_value_of_interest    min_value_of_interest
  7. row 1
  8. row 2
  9. (etc)
  10. row nrows
  11. 
  12. Each row must have ncol entries, and each entry
  13. must be separated by blanks or carriage returns.
  14. Sample:
  15. 
  16. 4    3
  17. 1.       0.00e0
  18. 1   0         0
  19. -2   -1.000     0.
  20. -1.e0   0     1
  21. 0    2    1
  22. 
  23. Once this text file is loaded into DataScope, it is
  24. treated like any other DataScope dataset.
  25. 
  26.